Advertisement
Guest User

Untitled

a guest
Oct 17th, 2020
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. source /etc/network/interfaces.d/*
  5.  
  6. # The loopback network interface
  7. auto lo
  8. iface lo inet loopback
  9.  
  10. # The usb-wireless network interface
  11. auto enp0s20u6
  12. iface enp0s20u6 inet dhcp
  13.  
  14. # The mesa network cable
  15. auto enp2s0
  16. iface enp2s0 inet static
  17. address 10.10.10.1
  18. netmask 255.255.255.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement